﻿@charset "UTF-8";
body,
img,
div,
p,
table,
tbody,
tr,
td,
ul {
    margin: 0px auto;
    border: 0px;
    padding: 0px;
}

video {
    outline: none;
}

* {
    font-family: "微软雅黑";
    font-family: "Microsoft Yahei";
}

body {
    width: 100%;
    font-size: 14px;
    color: #66696c;
    letter-spacing: 1px;
    line-height: 22px;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    width: 0px;
    height: 0px;
    clear: both;
}


.page-header {
    width: 1200px;
    height: 82px;
    position: relative;
}

.logo {
    position: absolute;
    left: 0px;
    top: 26px;
}
.page-header-text {
    position: absolute;
    top: 42px;
    left: 467px;
    font-size: 14px;
    display: block;
    line-height: 12px;
    letter-spacing: 1px;
}
.page-header-right {
    position: absolute;
    right: 0px;
    top: 31px;
}
.page-header-img {
    padding: 2px 0px 0px 10px;
    border-left: 1px solid #9b9b9b;
    vertical-align: top;
}
.page-header-span {
    font-size: 20px;
    color: #3D6FF8;
    line-height: 24px;
    letter-spacing: 1px;
}
.page-header-search {
    width: 19px;
    height: 24px;
    float: left;
    display: block;
    margin-right: 12px;
}
.page-header-search .search-bg {
    width: 19px;
    height: 20px;
    padding-top: 2px;
    background: url("/Customer/image/common/sousuo1.png") no-repeat center;
}
.search-box {
    position: relative;
    float: left;
    margin: -5px 12px 0px 0px;
}
.search-box input::-ms-clear, input::-ms-reveal {
    display:none;
}
.search-type {
    width: 400px;
    height: 38px;
    border: 1px solid #49556f;
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
}
.search-type:focus {
    border: 1px solid #3866ff;
}
.select-box {
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #49556f;
    position: absolute;
    left: 0px;
    top: 7px;
    border-right: 2px solid #ccc;
    cursor: pointer;
}
.select-box>img {
    vertical-align: middle;
}
.search-btn {
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
}
.open-box {
    width: 150px;
    background: #fff;
    /*height: 330px;*/
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 8px rgba(44,85,111,0.26);
    position: absolute;
    left: 9px;
    top:38px;
    z-index:99;
    padding-top: 10px;
    font-size: 16px;
    text-align: left;
    display: none;
}
.block {
    display: block;
}
.none {
    display: none;
}
.open-box div {
    color: #a6a6a6;
    padding-left: 26px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}
.open-box p {
    color: #49556f;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}
.open-box p:hover {
    background:#f3f3f3;
    cursor: pointer;
}
.page-header-nav {
    margin-left: 20px;
}

.page-nav-bar {
    background-color: rgba(13, 13, 14, 0.25);
    position: absolute;
    top: 82px;
    left: 0px;
    z-index: 2;
}

.page-nav-bar2 {
    background-color: rgba(13, 13, 14, 0.25);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.page-nav {
    width: 1200px;
    height: 48px;
    /*font-family: "SourceHanSansCN-Light";*/
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    position: relative;
    z-index: 200;
}

.page-nav-link {
    width: 104px;
    margin: 0px 33px;
    height: 46px;
    line-height: 46px;
    display: block;
    position: relative;
    cursor: pointer;
}

.page-nav-link-active {
    border-bottom: 2px solid #ffffff;
}

.page-nav-second {
    /*font-family: "SourceHanSansCN-Light";*/
    width: 104px;
    font-size: 16px;
    color: #5d5d5d;
    position: absolute;
    left: 0px;
    top: 46px;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: #ffffff \9;
    z-index: 9;
}

.page-nav-second-link {
    display: block;
    height: 45px;
}

.page-nav-seperate {
    width: 70px;
    height: 1px;
    background-color: #b2b2b2;
}

.hand {
    cursor: pointer;
}

.title1 {
    /*color: #3c3e53;*/
    color: #343434;
}

.title2 {
    /*color: #3c3e53;*/
    color: #343434;
}

.title3 {
    /*color: #3c3e53;*/
    color: #343434;
}

.title4 {
    /*color: #3c3e53;*/
    color: #343434;
}

.panel {
    position: relative;
    width: 1200px;
}

.title {
    text-align: left;
    font-family: "MicrosoftYaHei-Bold";
    font-size: 32px;
    font-weight: 900;
    text-align: left;
    padding-top: 20px;
    /*font-style: italic;*/
}

.footer2 {
    height: 294px;
    background-image: url(../image/common/bottom_bg.jpg);
}

.footer {
    height: 240px;
    background-image: url(../image/common/bottom_bg.jpg);
}

.footer-nav {
    position: absolute;
    left: 0px;
    top: 40px;
    font-size: 16px;
    color: #ffffff;
}

.footer-nav-seperate {
    font-size: 14px;
    font-family: "iekie-paomadeng";
    color: #747c93;
}

.footer-hr {
    width: 1036px;
    height: 2px;
    background-color: #747c93;
    position: absolute;
    left: 0px;
    top: 80px;
}

.footer-friend {
    width: 1056px;
    color: #d2d5f0;
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 100px;
}

.footer-friend a {
    margin-right: 10px;
}

.footer-text {
    color: #d2d5f0;
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 156px;
}

.img-weixin {
    position: absolute;
    right: 0;
    top: 24px;
    width: 42px;
    height: 42px;
}

.img-weibo {
    position: absolute;
    right: 77px;
    top: 24px;
    width: 42px;
    height: 42px;
}

.img-ewm {
    position: absolute;
    right: -18px;
    top: 90px;
    width: 77px;
    height: 82px;
    display: none;
}

.inside {
    box-shadow: 0px 0px 8px #ccccff inset;
    -moz-box-shadow: 0px 0px 8px #ccccff inset;
    -webkit-box-shadow: 0px 0px 8px #ccccff inset;
}

.outside {
    box-shadow: 0px 0px 8px #ccccff;
    -moz-box-shadow: 0px 0px 8px #ccccff;
    -webkit-box-shadow: 0px 0px 8px #ccccff;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.radius7 {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.modal {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 90;
    background-color: #333333 \9;
}

.modal-bottom {
    width: 100%;
    height: 39%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: rgba(20, 21, 29, 0.85);
    z-index: 91;
    background-color: #000000 \9;
}

.video {
    width: 50%;
    height: 51%;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    background-color: #202124;
}

.video-screen {
    width: 100%;
    height: 85%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
    background-image: linear-gradient(to bottom, #dddddd, #666666);
}

.video-title {
    padding-left: 12px;
    padding-top: 10px;
    font-size: 20px;
    color: #e0e0e0;
    text-align: left;
    position: relative;
    z-index: 94;
}

.video-content {
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #7f889d;
    text-align: left;
    position: relative;
    z-index: 94;
}

.video-close {
    position: absolute;
    right: -45px;
    top: 0px;
    z-index: 95;
    width: 35px;
    height: 35px;
}

.video-list {
    width: 100%;
    position: fixed;
    bottom: 5%;
    left: 0px;
    z-index: 95;
}

.video-table {
    width: 1194px;
    position: relative;
    z-index: 96;
}

.video-list-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-list-item-active {
    padding: 4px;
    border: 2px solid #3f4c6b;
}

.video-table td {
    position: relative;
}

.video-item-title {
    color: #e0e0e0;
    font-size: 14px;
    padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-item-content {
    color: #7f889d;
    font-size: 12px;
    padding-left: 10px;
}

.video-box {
    position: relative;
    width: 200px;
    height: 125px;
}

@media (max-height:600px) {
    .video-box {
        width: 200px;
        height: 100px;
    }
    .video-list {
        bottom: 0;
    }
    .video-title {
        font-size: 16px;
        padding-top: 0;
    }
    .video-content {
        padding-top: 0;
        font-size: 12px;
    }
}

.movie-time {
    /*font-family: "SourceHanSansCN-Regular";*/
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.page-nav-second {
    display: none;
}

.nav-fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: none;
}

.title-seperate {
    margin: 0px 25px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #3c3e53;
}

.modal {
    display: none;
    z-index: 9999;
}

.title-seperate2 {
    margin: 0px 13px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #3c3e53;
}

.img-wxewm {
    position: absolute;
    right: -18px;
    top: 90px;
    width: 77px;
    height: 82px;
    display: none;
}

.img-wbewm {
    position: absolute;
    right: 60px;
    top: 90px;
    width: 77px;
    height: 82px;
    display: none;
}